Update Cargo.lock for newest dependencies
authorDavid Davidović <geosoft.corp@gmail.com>
Wed, 24 Dec 2014 03:58:53 +0000 (04:58 +0100)
committerDavid Davidović <geosoft.corp@gmail.com>
Wed, 24 Dec 2014 03:58:53 +0000 (04:58 +0100)
Cargo.lock

index 0f94cf395b2a756556ec4c4c2dde195544a5d1b8..c54edbd8c354cf34d3b08b072a21b1f670f2b05d 100644 (file)
@@ -2,28 +2,29 @@
 name = "cargo"
 version = "0.1.0"
 dependencies = [
- "curl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "docopt 0.6.15 (git+https://github.com/alexcrichton/docopt.rs?ref=update)",
+ "curl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "docopt 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "git2 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "git2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "glob 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)",
- "log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "registry 0.1.0",
- "semver 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tar 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "semver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tar 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "toml 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "curl"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "curl-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -32,16 +33,17 @@ version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "docopt"
-version = "0.6.15"
-source = "git+https://github.com/alexcrichton/docopt.rs?ref=update#ad176d540d344beb932cea8aa6270b92696a48bc"
+version = "0.6.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "regex 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -59,12 +61,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "git2"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libgit2-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -83,7 +85,7 @@ version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libssh2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -101,7 +103,7 @@ version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -115,10 +117,10 @@ dependencies = [
 
 [[package]]
 name = "log"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "regex 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -131,7 +133,7 @@ dependencies = [
 
 [[package]]
 name = "openssl-sys"
-version = "0.2.7"
+version = "0.2.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libressl-pnacl-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -150,41 +152,51 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "regex"
-version = "0.1.3"
+version = "0.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "registry"
 version = "0.1.0"
 dependencies = [
- "curl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "curl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
+[[package]]
+name = "rustc-serialize"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
 [[package]]
 name = "semver"
-version = "0.1.5"
+version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "tar"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "time"
-version = "0.1.3"
+version = "0.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "gcc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "toml"
-version = "0.1.6"
+version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
 
 [[package]]
 name = "url"
-version = "0.2.6"
+version = "0.2.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"